widget: Propagate touch/button press events when a sequence is denied
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 3 Mar 2014 19:47:43 +0000 (20:47 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:22 +0000 (19:54 +0200)
commit36106c19d4150b74ef992b68084a1b9753e3ca87
tree2b7c152895329e6d1c4150bef200fc3fe8e3f0cd
parent83dd050ab23a57f4b7ad614b6b3f5a82c21152e9
widget: Propagate touch/button press events when a sequence is denied

If the captured touch begin or button press event have been consumed
for the given sequence, propagate it upwards if the sequence goes from
claimed to denied, so the widgets on the way to the event widget receive
a coherent event stream now that they're going to receive events.
gtk/gtkwidget.c